jittering(adding back rounded up values)

32

height_jitter = height + np.random.normal(0, 2, size=len(df))

Comments

Submit
0 Comments